From 6e10f34b7ad25b976e63c288952e486d1b03b0e9 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 10 Jul 2006 14:12:47 -0600 Subject: [PATCH] [IA64] remove duplicated console_endboot(). There are two. one is in construct_dom0() and another is in start_kernel() Like x86, left the one in start_kernel() Signed-off-by: Isaku Yamahata --- xen/arch/ia64/xen/domain.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/ia64/xen/domain.c b/xen/arch/ia64/xen/domain.c index 70868ef5f7..d9cea53d78 100644 --- a/xen/arch/ia64/xen/domain.c +++ b/xen/arch/ia64/xen/domain.c @@ -904,8 +904,6 @@ int construct_dom0(struct domain *d, si->nr_pages = max_pages; si->flags = SIF_INITDOMAIN|SIF_PRIVILEGED; - console_endboot(); - printk("Dom0: 0x%lx\n", (u64)dom0); #ifdef VALIDATE_VT -- 2.30.2